Vcenter ConsumptionDomains ZoneAssociations Cluster ListItem

Vcenter ConsumptionDomains ZoneAssociations Cluster ListItem
Vcenter ConsumptionDomains ZoneAssociations Cluster ListItem

The Vcenter ConsumptionDomains ZoneAssociations Cluster ListItem schema describes a zone-cluster association.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "zone": "string",
    "cluster": "string"
}
string
zone
Required

Identifier of the zone.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.

string
cluster
Required

Identifier of the cluster.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.